diff options
Diffstat (limited to 'andbackup.sh')
-rwxr-xr-x | andbackup.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/andbackup.sh b/andbackup.sh index b16f970..40ab224 100755 --- a/andbackup.sh +++ b/andbackup.sh @@ -1,7 +1,8 @@ #!/system/bin/sh # # Andbackup performs Android backups and restores. -# Copyright (C) 2016 Aaron Ball <nullspoon@oper.io> +# +# Copyright (C) 2017 Aaron Ball <nullspoon@oper.io> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +23,7 @@ backups=/sdcard/andbackup usage() { - # NOTE: The maximum width of this text should be 68 chars. This + # NOTE: The maximum width of this text should be 65 chars. This # will ensure it displays properly on most devices without # strange wrapping. # If using vim to reflow, execute ':set tw=65' |