]> Some of my projects - AniAddCLI.git/commitdiff
Fix typo.
authorAPTX <marek321@gmail.com>
Sun, 15 Jan 2012 16:49:43 +0000 (17:49 +0100)
committerAPTX <marek321@gmail.com>
Sun, 15 Jan 2012 16:49:43 +0000 (17:49 +0100)
main.cpp

index d47b4069fc844f3ca45ccffa8c9916ad9885a91e..c628028233275b5c939c2c4c5dad79c1d557a995 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
 
        opts.addSection("Actions");
        opts.add("add", "Add file to MyList", QxtCommandOptions::NoValue, 1);
-       opts.add("no-add", "No not add file to MyList", QxtCommandOptions::NoValue, 1);
+       opts.add("no-add", "Do not add file to MyList", QxtCommandOptions::NoValue, 1);
        opts.add("rename", "Rename file", QxtCommandOptions::NoValue, 2);
        opts.add("no-rename", "Do not rename file", QxtCommandOptions::NoValue, 2);
        opts.add("update-state", "Update state even if file already added to MyList", QxtCommandOptions::NoValue, 3);