Skip to content

Commit

Permalink
application: Add description for --show-app flag
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Jan 22, 2025
1 parent c9c76c4 commit bfb1534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var FlatsealApplication = GObject.registerClass({
null,
GLib.OptionFlags.NONE,
GLib.OptionArg.STRING,
'A custom flag for my app',
'Show a specific application entry, by providing its ID',
null);

this.connect("command-line", this._cliArgHandler.bind(this));
Expand Down

0 comments on commit bfb1534

Please sign in to comment.