]> git.saurik.com Git - apt.git/commitdiff
Correct the "arbitary" typo in apt-ftparchive
authorChristian Perrier <bubulle@debian.org>
Thu, 10 Mar 2005 07:23:22 +0000 (07:23 +0000)
committerChristian Perrier <bubulle@debian.org>
Thu, 10 Mar 2005 07:23:22 +0000 (07:23 +0000)
ftparchive/apt-ftparchive.cc

index b02a0d680eb0a2916e46d9fab8c5cd35612df995..31ff8d600b7cc8e3e9fafe6fa89a553fa62b21d6 100644 (file)
@@ -585,7 +585,7 @@ bool ShowHelp(CommandLine &CmdL)
       "  --no-delink Enable delinking debug mode\n"
       "  --contents  Control contents file generation\n"
       "  -c=?  Read this configuration file\n"
-      "  -o=?  Set an arbitary configuration option") << endl;
+      "  -o=?  Set an arbitrary configuration option") << endl;
    
    return true;
 }