diff options
| -rw-r--r-- | src/alf.1 | 3 | ||||
| -rw-r--r-- | src/alf.rst | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -62,7 +62,8 @@ filenames in the archive, if you\(aqre not careful. .B \-a Append to \fIalf\-file\fP\&. The files are added to the end of the archive. Be careful not to add a file with the same name as as existing member of -the archive. If \fIalf\-file\fP doesn\(aqt exist, it will be created. +the archive. If \fIalf\-file\fP doesn\(aqt exist, it will be created. No backup +is made with \fB\-a\fP\&. .TP .B \-o Overwrite \fIalf\-file\fP if it exists; do not make a \fB~\fP backup. diff --git a/src/alf.rst b/src/alf.rst index 8108d7d..08af9c2 100644 --- a/src/alf.rst +++ b/src/alf.rst @@ -50,7 +50,8 @@ OPTIONS -a Append to *alf-file*. The files are added to the end of the archive. Be careful not to add a file with the same name as as existing member of - the archive. If *alf-file* doesn't exist, it will be created. + the archive. If *alf-file* doesn't exist, it will be created. No backup + is made with **-a**. -o Overwrite *alf-file* if it exists; do not make a **~** backup. |
