summaryrefslogtreecommitdiffstats
path: root/commands/cat.c
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 14:06:57 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 14:06:57 +0100
commit9b07bdbbdcd99ba75d24bddb2be7fe4141e10541 (patch)
tree8766a75a0a0af3de81da92503c379c0747fa4e52 /commands/cat.c
parent4719b0bd55d14eca1b323f3dba5d70a0e8a02de0 (diff)
parent3ff14ef200fc6f69b6237fffabbad796aa463cfb (diff)
downloadbarebox-9b07bdbbdcd99ba75d24bddb2be7fe4141e10541.tar.gz
barebox-9b07bdbbdcd99ba75d24bddb2be7fe4141e10541.tar.xz
Merge branch 'docu'
Diffstat (limited to 'commands/cat.c')
-rw-r--r--commands/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cat.c b/commands/cat.c
index af33eca80c..6596612e95 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -97,7 +97,7 @@ U_BOOT_CMD_END
/**
* @page cat_command cat (concatenate)
*
- * Usage is: cat <file> [<file> ...]
+ * Usage is: cat \<file\> [\<file\> ...]
*
* Concatenate files to stdout. Currently only printable characters
* and \\n and \\t are printed, but this should be optional