From 4ae1ed90b834aa3ba289c57798ae5fd6fef9f4d1 Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Fri, 19 Sep 2008 23:26:25 +0000 Subject: [PATCH] use whitespaces instead of dots git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27639 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/screenshot/Screenshot.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/apps/screenshot/Screenshot.cpp b/src/apps/screenshot/Screenshot.cpp index 1b4f0e4165..b06b357dbd 100644 --- a/src/apps/screenshot/Screenshot.cpp +++ b/src/apps/screenshot/Screenshot.cpp @@ -105,13 +105,13 @@ Screenshot::_ShowHelp() const { printf("Screenshot [OPTION]... Creates a Bitmap of the current screen\n\n"); printf("OPTION\n"); - printf("..-o, --options Show options window first\n"); - printf("..-c, --cursor Have the cursor inside the screenshot\n"); - printf("..-b, --border Include the window border with the screenshot\n"); - printf("..-w, --window Use active window instead of the entire screen\n"); - printf("..-d, --delay=seconds Take screenshot after specified delay [in seconds]\n"); - printf("..-s, --silent Saves the screenshot without the application window\n"); - printf("........................overwrites --options, saves to home directory as png\n"); + printf(" -o, --options Show options window first\n"); + printf(" -c, --cursor Have the cursor inside the screenshot\n"); + printf(" -b, --border Include the window border with the screenshot\n"); + printf(" -w, --window Use active window instead of the entire screen\n"); + printf(" -d, --delay=seconds Take screenshot after specified delay [in seconds]\n"); + printf(" -s, --silent Saves the screenshot without the application window\n"); + printf(" overwrites --options, saves to home directory as png\n"); printf("\n"); printf("Note: OPTION -b, --border takes only effect when used with -w, --window\n");