summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index fa8b00c..7827174 100644
--- a/src/command.h
+++ b/src/command.h
@@ -16,7 +16,7 @@ COMMAND(ls);
COMMAND(tail);
COMMAND(head);
COMMAND(ed);
-COMMAND(tee);
+COMMAND(tee_cmd);
COMMAND(whoami);
COMMAND(wc);
COMMAND(xargs);
@@ -28,5 +28,6 @@ COMMAND(mv);
COMMAND(grep);
COMMAND(chown_cmd);
COMMAND(chmod_cmd);
+COMMAND(sync_cmd);
#endif