Bug 52951 - Не существующие опции в help и man
Summary: Не существующие опции в help и man
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: samba-winbind-dnsupdate (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Evgenii Sozonov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-06 10:59 MSK by Elena Mishina
Modified: 2025-04-10 19:21 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elena Mishina 2025-02-06 10:59:46 MSK
samba-winbind-dnsupdate-0.7-alt1

В man описана несуществующая  опция --disable-dconf, а в help описана несуществующая --dconf-enable:

# winbind-dnsupdate --disable-dconf
winbind-dnsupdate: unrecognized option '--disable-dconf'

# winbind-dnsupdate --dconf-enable
winbind-dnsupdate: unrecognized option '--dconf-enable'

На самом деле опция называется '--enable-dconf':
# winbind-dnsupdate --enable-dconf
[INFO]: Hostname: host-188k.test.alt.
[INFO]: Check winbind status.
…
Comment 1 Repository Robot 2025-04-10 19:21:49 MSK
samba-winbind-dnsupdate-0.7.1-alt1 -> sisyphus:

 Thu Apr 10 2025 Evgenii Sozonov <arzdez@altlinux> 0.7.1-alt1
 - Fix incorrect description of options (ALT #52951)