aboutsummaryrefslogtreecommitdiff
path: root/toys/other/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/truncate.c')
-rw-r--r--toys/other/truncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/truncate.c b/toys/other/truncate.c
index 142d3c7a..40eb1e59 100644
--- a/toys/other/truncate.c
+++ b/toys/other/truncate.c
@@ -2,7 +2,7 @@
*
* Copyright 2011 Rob Landley <rob@landley.net>
-USE_TRUNCATE(NEWTOY(truncate, "<1s:|c", TOYFLAG_BIN))
+USE_TRUNCATE(NEWTOY(truncate, "<1s:|c", TOYFLAG_USR|TOYFLAG_BIN))
config TRUNCATE
bool "truncate"