Refactor: add missing or_directory
where needed.
This commit adds the missing `_or_directory` to any example which is specifying an action affecting a file or a directory, but uses the token `{{path/to/file}}` instead of `{{path/to/file_or_directory}}`.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ac4094e0ad
commit
f79f6011e0
@@ -4,7 +4,7 @@
|
||||
|
||||
- Archivia un file o una directory:
|
||||
|
||||
`7z a {{archivio.7z}} {{percorso/al/file}}`
|
||||
`7z a {{archivio.7z}} {{percorso/a/file_o_directory}}`
|
||||
|
||||
- Cripta un archivio esistente (inclusi gli header):
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
- Archivia utilizzando uno specifico tipo di archivio:
|
||||
|
||||
`7z a -t {{zip|gzip|bzip2|tar}} {{archivio.7z}} {{percorso/al/file}}`
|
||||
`7z a -t {{zip|gzip|bzip2|tar}} {{archivio.7z}} {{percorso/a/file_o_directory}}`
|
||||
|
||||
- Elenca i tipi di archivio supportati:
|
||||
|
||||
|
Reference in New Issue
Block a user