Skip to content

Commit

Permalink
Update sifdecoder.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 3, 2024
1 parent a4d9b91 commit 8f61ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sifdecoder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function manage_libsif(; sort_by::Symbol = :name, rev::Bool = false)

# Handle no selection
if isempty(manage_sif_menu)
println("Removed 0 problems.")
println("No problems have been removed.")
else
# Otherwise prompt for confirmation
println("\nThe following problems have been marked for removal:\n")
Expand Down

0 comments on commit 8f61ad2

Please sign in to comment.