From: APTX Date: Sun, 15 Jan 2012 16:49:43 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=9f540423ca567cfbd2126bb37fcb4aea6866233a;p=AniAddCLI.git Fix typo. --- diff --git a/main.cpp b/main.cpp index d47b406..c628028 100644 --- 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);