rename 'mu label' -> 'mu labels'

Update names, docs etc.
This commit is contained in:
Dirk-Jan C. Binnema
2025-09-08 21:45:39 +03:00
committed by Seth Ladygo
parent 755c453b9f
commit 656aa41ada
13 changed files with 155 additions and 149 deletions

View File

@ -66,9 +66,9 @@ test('test-cmd-init',
build_by_default: false,
cpp_args: ['-DBUILD_TESTS'],
dependencies: [glib_dep, lib_mu_dep]))
test('test-cmd-label',
executable('test-cmd-label',
'../mu-cmd-label.cc',
test('test-cmd-labels',
executable('test-cmd-labels',
'../mu-cmd-labels.cc',
install: false,
build_by_default: false,
cpp_args: ['-DBUILD_TESTS'],