mirror of
https://gitea.home.endeavr.de/Marcel/Tarstats-pp.git
synced 2025-12-10 00:39:01 +01:00
this added output to text file and proper parsing of command line arguments. this also cleaned up some more stuff.
This commit is contained in:
@@ -34,7 +34,10 @@ namespace tarconstant {
|
||||
"optional arguments\n"
|
||||
"-h this helptext\n"
|
||||
"-j stats in JSON format printed to stdout\n"
|
||||
"-f print stats to file <tarfilename>.txt or .json if -j invoked"};
|
||||
"-f print stats to file <tarfilename>.txt or .json if -j invoked\n\n"
|
||||
"Find more information as well as full source at github.com/blindi0815/Tarstats-pp."
|
||||
"This software is as is under a GPL 3.0 license.\n\n"
|
||||
"Written by Marcel Nowicki - github.com/blindi0815"};
|
||||
}
|
||||
|
||||
#endif //TARSTATS___TARCONST_H
|
||||
|
||||
Reference in New Issue
Block a user