After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744982 - dconf synopsis missing whitespace
dconf synopsis missing whitespace
Status: RESOLVED FIXED
Product: dconf
Classification: Core
Component: dconf
0.22.x
Other Linux
: Normal normal
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-22 19:27 UTC by Andreas Schwab
Modified: 2015-03-02 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dconf(1): fix whitespace in synopsis (886 bytes, patch)
2015-02-22 19:27 UTC, Andreas Schwab
committed Details | Review

Description Andreas Schwab 2015-02-22 19:27:18 UTC
Created attachment 297595 [details] [review]
dconf(1): fix whitespace in synopsis

$ dconf help dump
Usage:
  dconf dumpDIR

Dump an entire subpath to stdout

Arguments:

$ dconf help load
Usage:
  dconf loadDIR

Populate a subpath from stdin

Arguments:

$ dconf help watch
Usage:
  dconf watchPATH

Watch a path for key changes

Arguments:
Comment 1 Allison Karlitskaya (desrt) 2015-03-02 22:29:03 UTC
Attachment 297595 [details] pushed as 816d75c - dconf(1): fix whitespace in synopsis

Thanks!