]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-config.cc
allow fetcher setup without directory creation
[apt.git] / cmdline / apt-config.cc
index d95780c73b8a3f3b4edd028ac796ca759b0c4457..40ba468eb3eb5e7ee03d721f59b7064db4bc0494 100644 (file)
@@ -108,7 +108,7 @@ int main(int argc,const char *argv[])                                       /*{{{*/
                                   {"help",&ShowHelp},
                                    {0,0}};
 
-   std::vector<CommandLine::Args> Args = getCommandArgs("apt-cdrom", CommandLine::GetCommand(Cmds, argc, argv));
+   std::vector<CommandLine::Args> Args = getCommandArgs("apt-config", CommandLine::GetCommand(Cmds, argc, argv));
 
    // Set up gettext support
    setlocale(LC_ALL,"");