Skip to content

Commit

Permalink
Tweak text to be a little more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Dec 22, 2019
1 parent 1db7ae3 commit 125bb5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acts.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
tarsnapbackupoptions="--one-file-system --humanize-numbers"

# calltarsnap
# The function that invokes the tarsnap command.
# It will receive command line parameters for tarsnap as arguments.
# Wrapper function that invokes the tarsnap command.
# Use this when you need to run tarsnap in a pipeline.
# The actual tarsnap arguments and commands are passed via "$@".
# Default: calltarsnap() { $tarsnap "$@"; }
#calltarsnap() { pass show tarsnap-passphrase | $tarsnap --passphrase-stdin "$@" }
#calltarsnap() { pass show tarsnap-passphrase | $tarsnap --passphrase-stdin "$@"; }

# verbose
# Log verbosity. Output is written to stderr.
Expand Down

0 comments on commit 125bb5a

Please sign in to comment.