From cc4ed2995f32e7bb0190c72999cf33fca1774f16 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Tue, 20 Jun 2023 08:52:40 +0200 Subject: Adapt usage section to current script name --- bin/rda_diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/rda_diff') diff --git a/bin/rda_diff b/bin/rda_diff index c8546be..10d6e58 100755 --- a/bin/rda_diff +++ b/bin/rda_diff @@ -3,7 +3,7 @@ # # Author: Johannes Ranke # ULR: https://github.com/jranke/dotfiles/bin/rda_diff -# Last Change: Fri May 12, 2023 at 04:36 PM +0200 +# Last Change: Tue Jun 20, 2023 at 08:52 AM +0200 # Load required packages {{{1 suppressMessages({ @@ -16,7 +16,7 @@ suppressMessages({ }) # Define usage in docopt syntax {{{1 -doc <- "Usage: rda_diff.R [-m --max-diffs] +doc <- "Usage: rda_diff [-m --max-diffs] Options: -m --max-diffs MAXDIFFS Maximum number of differences shown [default: 10]" -- cgit v1.2.1