Skip to content

Commit 6f435de

Browse files
authored
Merge pull request #80 from jestabro/typo-completion
cli: T6383: fix typo in completion help for rollback commands
2 parents b6486fa + 09fe3ff commit 6f435de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bash_completion.d/vyatta-cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ vyatta_rollback_complete ()
254254
echo
255255
echo "Possible completions:"
256256
echo -e " <N>\tRollback to revision N (requires reboot)"
257-
echo -e " \t(use rollback-soft for a non-disruptive rollback)
257+
echo -e " \t(use rollback-soft for a non-disruptive rollback)"
258258
echo -e "\n Revisions:"
259259
print_commit_log
260260
COMPREPLY=( "" " " )

0 commit comments

Comments
 (0)