Skip to content
Snippets Groups Projects
Commit e0839e9c authored by Yuriy Vostrikov's avatar Yuriy Vostrikov
Browse files

Merge branch 'core-cat-arg-fix'

parents 55680a2a 778c2f3e
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ main(int argc, char **argv)
gopt_longs("config"),
"=FILE", "path to configuration file (default: " DEFAULT_CFG_FILENAME ")"),
#ifdef STORAGE
gopt_option('C', 0, gopt_shorts(0), gopt_longs("cat"),
gopt_option('C', GOPT_ARG, gopt_shorts(0), gopt_longs("cat"),
"=FILE", "cat snapshot file to stdout in readable format and exit"),
gopt_option('I', 0, gopt_shorts(0),
gopt_longs("init-storage", "init_storage"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment