summaryrefslogtreecommitdiff
path: root/dots
diff options
context:
space:
mode:
Diffstat (limited to 'dots')
-rwxr-xr-xdots4
1 files changed, 2 insertions, 2 deletions
diff --git a/dots b/dots
index 532e6c7..00d7fe2 100755
--- a/dots
+++ b/dots
@@ -49,8 +49,8 @@ list() {
case $1 in
-get) get;;
-put) put;;
+get|pull) get;;
+put|push) put;;
clear) clear;;
list) list;;
*) exit 1;;