Skip to content

Commit

Permalink
Updating manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Jul 30, 2014
1 parent 515dc00 commit ea491c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ void Arguments::showHelp(int exitCode)
{
QTextStream out(stdout, QIODevice::WriteOnly);
#ifdef UNLZS
out << "unlzs [files...] [directory]\n";
out << "unlzs [files...] [output directory]\n";
#else
out << "lzs [-d] [files...] [directory]\n";
out << "lzs [-d] [files...] [output directory]\n";
#endif
out << "Options\n";

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Simple command-line tool to compress/decompress LZS files (mainly used in Final
Usage
-----

lzs [-dhq] file
unlzs [-hq] file
lzs [-d] [-h] [-q] [-p offset] [-s size] [files...] [output directory]
unlzs [-h] [-q] [-p offset] [-s size] [files...] [output directory]
Options
-d --decompress --uncompress
Decompress.
Expand Down

0 comments on commit ea491c2

Please sign in to comment.