aboutsummaryrefslogtreecommitdiff
path: root/editors/ed.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ed.c')
-rw-r--r--editors/ed.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/ed.c b/editors/ed.c
index b1b6a8d27..41ac88c32 100644
--- a/editors/ed.c
+++ b/editors/ed.c
@@ -7,6 +7,9 @@
* The "ed" built-in command (much simplified)
*/
+//usage:#define ed_trivial_usage ""
+//usage:#define ed_full_usage ""
+
#include "libbb.h"
typedef struct LINE {