Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- disk-utils/cfdisk.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index eb3141b..8658ff2 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -1924,6 +1924,7 @@ static int main_menu_action(struct cfdisk *cf, int key) ref = 1; break; case 'h': /* Help */ + case '?': ui_help(); ref = 1; break; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html