diff --git a/clir/cli.py b/clir/cli.py index 0ba2df7..0ba044e 100644 --- a/clir/cli.py +++ b/clir/cli.py @@ -37,7 +37,7 @@ def init(): else: print(f'A clir environment already exists in "{dir_path}".') -@cli.command(help="Save new command 💾") +@cli.command(help="Save new commands 💾") @click.option('-c', '--command', help="Command to be saved", prompt=True) @click.option('-d', '--description', help="Description of the command", prompt=True) @click.option('-t', '--tag', help="Tag to be associated with the command", prompt=True)