From 91a1b17104e6417cb2c77c838c85fabcff9e7d11 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 14 Jul 2016 20:04:59 +0200 Subject: Use - as command-name separator everywhere Old-style commands using _ as separator (e.g. show_progress) were still used in some places, including documentation and configuration files. This commit updates all such instances to the new style (show-progress) so that commands are easier to find in the manual. --- osdep/macosx_application.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/macosx_application.m') diff --git a/osdep/macosx_application.m b/osdep/macosx_application.m index 21d57b497d..bf415d9576 100644 --- a/osdep/macosx_application.m +++ b/osdep/macosx_application.m @@ -161,7 +161,7 @@ static void terminate_cocoa_application(void) - (void)stopPlaybackAndRememberPosition { - [self stopMPV:"quit_watch_later"]; + [self stopMPV:"quit-watch-later"]; } - (void)stopMPV:(char *)cmd -- cgit v1.2.3