summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-15 10:56:12 -0500
committerDudemanguy <random342@airmail.cc>2023-10-25 16:16:37 +0000
commit1370ecfc1b9b477aecc552355a0ac5f8555e51ae (patch)
treed84be9fa82c884c12aca4f58dc2b6e69c8a856b4 /options/options.h
parentb626f3ba8367d88e3526efa49961f91af4a6620c (diff)
downloadmpv-1370ecfc1b9b477aecc552355a0ac5f8555e51ae.tar.bz2
mpv-1370ecfc1b9b477aecc552355a0ac5f8555e51ae.tar.xz
options: rename --screenshot-directory to --screenshot-dir
Less characters is better? Other options use -dir for directory so consistency I guess.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 3c1e947622..91cc2f85b9 100644
--- a/options/options.h
+++ b/options/options.h
@@ -293,7 +293,7 @@ typedef struct MPOpts {
struct image_writer_opts *screenshot_image_opts;
char *screenshot_template;
- char *screenshot_directory;
+ char *screenshot_dir;
bool screenshot_sw;
struct m_channels audio_output_channels;