diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 20:32:39 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | 43d3b231884050ad18d39a4b25a3533f4b916985 (patch) | |
tree | c84fc15a4e76b0f4cac254c7843ba1c2641370b9 /system/autoarchive | |
parent | 96975a8050eaeab5df7a532c4edf314b974041b4 (diff) | |
download | slackbuilds-43d3b231884050ad18d39a4b25a3533f4b916985.tar.gz |
system/autoarchive: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/autoarchive')
-rw-r--r-- | system/autoarchive/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/autoarchive/slack-desc b/system/autoarchive/slack-desc index 6e96c9e9b7..8b056c273b 100644 --- a/system/autoarchive/slack-desc +++ b/system/autoarchive/slack-desc @@ -12,7 +12,7 @@ autoarchive: AutoArchive is a simple utility to help create backups more easily. autoarchive: The idea of the program is that all essential information for autoarchive: creating a single backup---such as list of directories that should be autoarchive: archived, the archive name, etc.---is stored in a single file -- the -autoarchive: archive specification file. It can use ‘tar’ for creating archives, +autoarchive: archive specification file. It can use 'tar' for creating archives, autoarchive: it has a command line interface and supports incremental backups. autoarchive: autoarchive: Homepage: http://autoarchive.sourceforge.net |