diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-19 09:29:36 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-19 09:29:36 +0100 |
| commit | 91b23ed582f4a1dda87e93d799acbc28a4490b55 (patch) | |
| tree | 2f72c1ebbf88ecfe6c76685d346edb359ac95645 /bin | |
| parent | e27d787f385ee4c975bf8b534e888d6a485eceb9 (diff) | |
| parent | b11292b7ac7d8efd10a5dc09fc8ac5896cd26725 (diff) | |
Merge branch 'main' into nvim-luanvim-lua
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/rda_diff | 4 |
1 files changed, 2 insertions, 2 deletions
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 <johannes.ranke@jrwb.de> # 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] <reference_file> <test_file> +doc <- "Usage: rda_diff [-m --max-diffs] <reference_file> <test_file> Options: -m --max-diffs MAXDIFFS Maximum number of differences shown [default: 10]" |
