From 040bba872160c06aac4ecabb82b6b2aecf540403 Mon Sep 17 00:00:00 2001 From: jxu <7989982+jxu@users.noreply.github.com> Date: Sun, 4 Sep 2022 21:24:23 -0400 Subject: [PATCH] 7z: fix `a` command explanation (#8447) --- pages/common/7z.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/7z.md b/pages/common/7z.md index 0570676f0..54b164a5d 100644 --- a/pages/common/7z.md +++ b/pages/common/7z.md @@ -3,7 +3,7 @@ > File archiver with a high compression ratio. > More information: . -- [a]rchive a file or directory: +- [a]dd a file or directory to a new or existing archive: `7z a {{path/to/archive.7z}} {{path/to/file_or_directory}}`