diff doc/User-oriented-commands @ 135:49f259cdb39e

doc/User-oriented-commands: update for output redirection
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Feb 2021 00:31:31 +0000
parents 6ba14a9247d2
children 5494795406e0
line wrap: on
line diff
--- a/doc/User-oriented-commands	Sat Feb 20 23:55:25 2021 +0000
+++ b/doc/User-oriented-commands	Sun Feb 21 00:31:31 2021 +0000
@@ -219,7 +219,7 @@
 and dumps is described in the SIM-data-formats document in the freecalypso-docs
 repository.
 
-pb-dump PBNAME outfile
+pb-dump PBNAME > outfile
 
 This form of the pb-dump command dumps the full content of the selected
 phonebook, but saves it in the named file instead of sending it to the terminal.
@@ -320,7 +320,7 @@
 lnd-dump - you may have LND records that were generated ages ago by other
 phones if your current one does not write into SIM LND.
 
-lnd-dump outfile
+lnd-dump > outfile
 
 This form of the lnd-dump command produces the same dump format, but saves it
 in the named file instead of sending it to the terminal.
@@ -460,7 +460,7 @@
 is emitted in decimal.  The alpha tag is always emitted at the end of the ASCII
 line, just like in pb-dump.
 
-smsp-dump outfile
+smsp-dump > outfile
 
 This form of the smsp-dump command produces the same dump of EF_SMSP, but saves
 it in the named file instead of sending it to the terminal.