Add missing line break in help text

OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=174
This commit is contained in:
Dr. Werner Fink 2018-04-06 07:09:50 +00:00 committed by Git OBS Bridge
parent d1f47ef0ed
commit 7185987841
3 changed files with 8 additions and 3 deletions

View File

@ -51,8 +51,8 @@
#ifdef S_IFLNK
-OPT('L', "dereference", 0, 1, " follow symlinks")
-OPT('h', "no-dereference", 0, 2, " don't follow symlinks")
+OPT_POSIX('L', "dereference", 0, 0, " follow symlinks")
+OPT_POSIX('h', "no-dereference", 0, 0, " don't follow symlinks")
+OPT_POSIX('L', "dereference", 0, 1, " follow symlinks")
+OPT_POSIX('h', "no-dereference", 0, 2, " don't follow symlinks")
#endif
OPT('n', "no-buffer", 0, 0, " do not buffer output\n")
OPT('N', "no-pad", 0, 0, " do not pad output\n")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 6 07:08:24 UTC 2018 - werner@suse.de
- Correct line break in patch file-5.24-nitpick.dif (boo#1087924)
-------------------------------------------------------------------
Thu Feb 22 15:13:16 UTC 2018 - fvogt@suse.com

View File

@ -31,7 +31,7 @@ Url: http://www.darwinsys.com/file/
Version: 5.32
Release: 0
Summary: Python module to use libmagic
License: BSD-3-Clause and BSD-4-Clause
License: BSD-3-Clause AND BSD-4-Clause
Group: Development/Languages/Python
Source99: file.spec
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%{_sourcedir}/file.spec)}