summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaul D <itsascambutmailmeanyway@gmail.com>2022-12-29 22:26:54 +0000
committerPaul D <itsascambutmailmeanyway@gmail.com>2022-12-29 22:26:54 +0000
commit253d8e8d4ef24a203cf1e7b0aeea6ff6c5aed6a4 (patch)
tree7f35d2bb9d9ba7a066fa5cc0501aaba1c28bbffd /scripts
parenta85b64386626a469415171232ec50851a8e46cd3 (diff)
Docs grammar fixes
joined split infinitives, and relocated adverbs appropriately.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/borg.exe.spec4
-rw-r--r--scripts/shell_completions/zsh/_borg2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/borg.exe.spec b/scripts/borg.exe.spec
index be7e1e134..e83197b2b 100644
--- a/scripts/borg.exe.spec
+++ b/scripts/borg.exe.spec
@@ -51,8 +51,8 @@ exe = EXE(pyz,
console=True)
# Build a directory-based binary in addition to a packed
-# single file. This allows one to easily look at all included
-# files (e.g. without having to strace or halt the built binary
+# single file. This allows one to look at all included
+# files easily (e.g. without having to strace or halt the built binary
# and introspect /tmp). Also avoids unpacking all libs when
# running the app, which is better for app signing on various OS.
slim_exe = EXE(pyz,
diff --git a/scripts/shell_completions/zsh/_borg b/scripts/shell_completions/zsh/_borg
index 548d9a28e..0f77c3a51 100644
--- a/scripts/shell_completions/zsh/_borg
+++ b/scripts/shell_completions/zsh/_borg
@@ -556,7 +556,7 @@ _borg-recreate() {
local -a mods=(
'if-different:recompress if current compression is with a different compression algorithm (the level is not considered)'
'always:recompress even if current compression is with the same compression algorithm (use this to change the compression level)'
- 'never:do not recompress (use this option to explicitly prevent recompression)'
+ 'never:do not recompress (use this option explicitly to prevent recompression)'
)
mods=( ${(q)mods//\\/\\\\} )
mods=( ${mods//:/\\:} )