Skip to content

Commit

Permalink
helpmsg is private
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 26, 2024
1 parent 9c949c8 commit bdd5a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations/utility/help.vala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void add_common_parameter (string arg, string desc) {
common_parameters += (colorize (arg, red) + " : " + desc);
}

public class helpmsg {
private class helpmsg {
public string description="";
private string[] parameters;
public string name="";
Expand Down

0 comments on commit bdd5a8e

Please sign in to comment.