Bug 292765 - kdeinit4_shutdown prints --help to stderr
Summary: kdeinit4_shutdown prints --help to stderr
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.10.0
Platform: Unlisted Binaries Linux
: NOR minor
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-29 09:02 UTC by Christopher Yeleighton
Modified: 2024-05-04 21:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2012-01-29 09:02:07 UTC
Version:           4.7 (using KDE 4.7.2) 
OS:                Linux

The utility help2man expects the usage string on stdout, not stderr.  Also, this is inconsistent with what all other KDE utilities do.

Reproducible: Always

Steps to Reproduce:
  1. { kdeinit4_shutdown --help 2>/dev/null; }

Actual Results:  
  1.

Expected Results:  
  1. 

  1.
Usage: kdeinit4_shutdown

Shuts down kdeinit4 master process and terminates all processes spawned from it.
Comment 1 Christoph Cullmann 2024-05-04 21:13:18 UTC
We removed kdeinit in KF6.