Skip to content

Commit d99ad51

Browse files
committed
Updated outdated header comment in cmd2.py
1 parent 2caf5a3 commit d99ad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Special-character shortcut commands (beyond cmd's "@" and "!")
1212
Settable environment parameters
1313
Parsing commands with `argparse` argument parsers (flags)
14-
Redirection to file with >, >>; input from file with <
14+
Redirection to file or paste buffer (clipboard) with > or >>
1515
Easy transcript-based testing of applications (see examples/example.py)
1616
Bash-style ``select`` available
1717

0 commit comments

Comments
 (0)