Skip to content

Commit 3ece104

Browse files
committed
update help message for subcommand init
1 parent 0ac9b77 commit 3ece104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mcps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main():
1414
""" A command line tool for MINICPS."""
1515
pass
1616

17-
@main.command('init', short_help="Initialize a scaffold.")
17+
@main.command('init', short_help="Initialize a directory with default files for MINICPS simulation.")
1818
@click.option('--config', help="Configuration file for generating template.")
1919
@click.option('--path', help="Path to the scaffold directory.")
2020
@click.argument('name', default="myproject")

0 commit comments

Comments
 (0)