1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH DEBUGEDIT "1" "July 2025" "debugedit 5.2" "User Commands"
.SH NAME
debugedit \- debug source path manipulation tool
.SH SYNOPSIS
.B debugedit
[\fI\,OPTION\/\fR...] \fI\,FILE\/\fR
.SH DESCRIPTION
.TP
\fB\-b\fR, \fB\-\-base\-dir\fR=\fI\,STRING\/\fR
base build directory of objects
.TP
\fB\-d\fR, \fB\-\-dest\-dir\fR=\fI\,STRING\/\fR
directory to rewrite base\-dir into
.TP
\fB\-l\fR, \fB\-\-list\-file\fR=\fI\,STRING\/\fR
file where to put list of source and
header file names
.TP
\fB\-i\fR, \fB\-\-build\-id\fR
recompute build ID note and print ID on
stdout
.TP
\fB\-s\fR, \fB\-\-build\-id\-seed\fR=\fI\,STRING\/\fR
if recomputing the build ID note use
this string as hash seed
.TP
\fB\-n\fR, \fB\-\-no\-recompute\-build\-id\fR
do not recompute build ID note even
when \fB\-i\fR or \fB\-s\fR are given
.TP
\fB\-p\fR, \fB\-\-preserve\-dates\fR
Preserve modified/access timestamps
.SS "Help options:"
.TP
\-?, \fB\-\-help\fR
Show this help message
.TP
\fB\-u\fR, \fB\-\-usage\fR
Display brief usage message
.TP
\fB\-V\fR, \fB\-\-version\fR
Show debugedit version
|