Skip to content

Commit f71612e

Browse files
authored
Merge pull request #2 from mad474/mad474-patch-1
upysh: Mention "mv" command in help text
2 parents 1b3b6f8 + 2f2373e commit f71612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upysh/upysh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __repr__(self):
7575
7676
upysh commands:
7777
pwd, cd("new_dir"), ls, ls(...), head(...), cat(...)
78-
newfile(...), rm(...), mkdir(...), rmdir(...),
78+
newfile(...), mv("old","new"), rm(...), mkdir(...), rmdir(...)
7979
clear
8080
""")
8181

0 commit comments

Comments
 (0)