Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Feature: Convert attrd_updater to use glib for cmdline handling.
  • Loading branch information
clumens committed Mar 25, 2022
1 parent 41ac332 commit ef0e8a5
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 196 deletions.
3 changes: 2 additions & 1 deletion tools/Makefile.am
Expand Up @@ -24,7 +24,8 @@ sbin_SCRIPTS += cibsecret
endif
noinst_SCRIPTS = pcmk_simtimes

EXTRA_DIST = crm_attribute.8.inc \
EXTRA_DIST = attrd_updater.8.inc \
crm_attribute.8.inc \
crm_diff.8.inc \
crm_error.8.inc \
crm_mon.8.inc \
Expand Down
5 changes: 5 additions & 0 deletions tools/attrd_updater.8.inc
@@ -0,0 +1,5 @@
[synopsis]
attrd_updater -n <attribute> <command> [options]

/node attributes/
.SH OPTIONS

0 comments on commit ef0e8a5

Please sign in to comment.